[XEND] Fix get_dev_property_by_uuid
authorAlastair Tse <atse@xensource.com>
Mon, 22 Jan 2007 17:23:53 +0000 (17:23 +0000)
committerAlastair Tse <atse@xensource.com>
Mon, 22 Jan 2007 17:23:53 +0000 (17:23 +0000)
commitc1e978c7cf40b6e5122bed7a55c43107998b1499
treeefda9f68917ca6614dbf5df25699978617843656
parente22738def91bffee104e7a45446a26746981cbd4
[XEND] Fix get_dev_property_by_uuid

This patch replaces calls to get_dev_property() by calls to
get_dev_property_by_uuid() in XenAPI.py and fixes the implementation
of get_dev_property_by_uuid.

I am adding a test case to the xapi grouptests to verify the fixes.
There's a FIXME note in the test case which should be looked at.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendDomain.py
tools/xm-test/tests/xapi/02_xapi-vbd_basic.py [new file with mode: 0644]
tools/xm-test/tests/xapi/Makefile.am